home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 24 / CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso / CUCD / Programming / SWI / source / lib / INDEX.pl < prev    next >
Encoding:
Text File  |  1998-05-18  |  6.5 KB  |  158 lines

  1. /*  $Id: autoload.pl,v 1.7 1997/10/28 13:40:26 jan Exp $
  2.  
  3.     Creator: make/0
  4.  
  5.     Purpose: Provide index for autoload
  6. */
  7.  
  8. index((am_match), 1, am_match, am_match).
  9. index((am_compile), 1, am_match, am_match).
  10. index((am_bagof), 4, am_match, am_match).
  11. index(('$arch'), 2, backward_compatibility, backcomp).
  12. index(('$version'), 1, backward_compatibility, backcomp).
  13. index(('$home'), 1, backward_compatibility, backcomp).
  14. index((display), 1, backward_compatibility, backcomp).
  15. index((display), 2, backward_compatibility, backcomp).
  16. index((displayq), 1, backward_compatibility, backcomp).
  17. index((displayq), 2, backward_compatibility, backcomp).
  18. index((check), 0, check, check).
  19. index((list_undefined), 0, check, check).
  20. index((list_autoload), 0, check, check).
  21. index((list_redefined), 0, check, check).
  22. index((is_alnum), 1, ctypes, ctypes).
  23. index((is_alpha), 1, ctypes, ctypes).
  24. index((is_ascii), 1, ctypes, ctypes).
  25. index((is_cntrl), 1, ctypes, ctypes).
  26. index((is_csym), 1, ctypes, ctypes).
  27. index((is_csymf), 1, ctypes, ctypes).
  28. index((is_digit), 1, ctypes, ctypes).
  29. index((is_digit), 3, ctypes, ctypes).
  30. index((is_endfile), 1, ctypes, ctypes).
  31. index((is_endline), 1, ctypes, ctypes).
  32. index((is_graph), 1, ctypes, ctypes).
  33. index((is_lower), 1, ctypes, ctypes).
  34. index((is_newline), 1, ctypes, ctypes).
  35. index((is_newpage), 1, ctypes, ctypes).
  36. index((is_paren), 2, ctypes, ctypes).
  37. index((is_period), 1, ctypes, ctypes).
  38. index((is_print), 1, ctypes, ctypes).
  39. index((is_quote), 1, ctypes, ctypes).
  40. index((is_space), 1, ctypes, ctypes).
  41. index((is_upper), 1, ctypes, ctypes).
  42. index((is_white), 1, ctypes, ctypes).
  43. index((to_lower), 2, ctypes, ctypes).
  44. index((to_upper), 2, ctypes, ctypes).
  45. index((dde_request), 3, win_dde, dde).
  46. index((dde_execute), 2, win_dde, dde).
  47. index((dde_poke), 3, win_dde, dde).
  48. index((dde_register_service), 2, win_dde, dde).
  49. index((dde_unregister_service), 1, win_dde, dde).
  50. index((dde_current_service), 2, win_dde, dde).
  51. index((dde_current_connection), 2, win_dde, dde).
  52. index((dld_link), 1, dld, dld).
  53. index((dld_unlink), 1, dld, dld).
  54. index((dld_call), 1, dld, dld).
  55. index((dld_list_undefined), 0, dld, dld).
  56. index((dld_function), 2, dld, dld).
  57. index((dld_initialise), 1, dld, dld).
  58. index(('$editor_load_code'), 2, emacs_interface, emacs_interface).
  59. index((find_predicate1), 2, emacs_interface, emacs_interface).
  60. index((emacs_consult), 1, emacs_interface, emacs_interface).
  61. index((emacs_dabbrev_atom), 1, emacs_interface, emacs_interface).
  62. index((emacs_complete_atom), 1, emacs_interface, emacs_interface).
  63. index((emacs_previous_command), 0, emacs_interface, emacs_interface).
  64. index((emacs_next_command), 0, emacs_interface, emacs_interface).
  65. index((call_emacs), 1, emacs_interface, emacs_interface).
  66. index((call_emacs), 2, emacs_interface, emacs_interface).
  67. index((running_under_emacs_interface), 0, emacs_interface, emacs_interface).
  68. index((explain), 1, explain, explain).
  69. index((explain), 2, explain, explain).
  70. index((can_open_file), 2, files, files).
  71. index((reset_gensym), 0, gensym, gensym).
  72. index((gensym), 2, gensym, gensym).
  73. index((help), 1, online_help, help).
  74. index((help), 0, online_help, help).
  75. index((apropos), 1, online_help, help).
  76. index((predicate), 5, help_index, help_index).
  77. index((section), 4, help_index, help_index).
  78. index((function), 3, help_index, help_index).
  79. index((predicate), 5, help_index, helpidx).
  80. index((section), 4, help_index, helpidx).
  81. index((function), 3, help_index, helpidx).
  82. index((oset_is), 1, oset, oset).
  83. index((oset_union), 3, oset, oset).
  84. index((oset_int), 3, oset, oset).
  85. index((oset_diff), 3, oset, oset).
  86. index((oset_dint), 2, oset, oset).
  87. index((oset_dunion), 2, oset, oset).
  88. index((oset_addel), 3, oset, oset).
  89. index((oset_delel), 3, oset, oset).
  90. index((oset_power), 2, oset, oset).
  91. index((progman_groups), 1, progman, progman).
  92. index((progman_group_info), 3, progman, progman).
  93. index((progman_make_group), 1, progman, progman).
  94. index((progman_make_group), 2, progman, progman).
  95. index((progman_make_item), 4, progman, progman).
  96. index((progman_make_item), 5, progman, progman).
  97. index((progman_setup), 0, progman, progman).
  98. index((qlf_make_dir), 1, qlfutil, qlfutil).
  99. index((qlf_make), 1, qlfutil, qlfutil).
  100. index(('$editor_load_code'), 2, qp_interface, qp_interface).
  101. index((find_predicate1), 2, qp_interface, qp_interface).
  102. index((qp_consult), 1, qp_interface, qp_interface).
  103. index((qp_dabbrev_atom), 1, qp_interface, qp_interface).
  104. index((qp_complete_atom), 1, qp_interface, qp_interface).
  105. index((qp_previous_command), 0, qp_interface, qp_interface).
  106. index((qp_next_command), 0, qp_interface, qp_interface).
  107. index((qsave_program), 1, qsave, qsave).
  108. index((qsave_program), 2, qsave, qsave).
  109. index((unix), 1, quintus, quintus).
  110. index((abs), 2, quintus, quintus).
  111. index((sin), 2, quintus, quintus).
  112. index((cos), 2, quintus, quintus).
  113. index((tan), 2, quintus, quintus).
  114. index((log), 2, quintus, quintus).
  115. index((random), 3, quintus, quintus).
  116. index((genarg), 3, quintus, quintus).
  117. index((mode), 1, quintus, quintus).
  118. index((public), 1, quintus, quintus).
  119. index((meta_predicate), 1, quintus, quintus).
  120. index((no_style_check), 1, quintus, quintus).
  121. index((otherwise), 0, quintus, quintus).
  122. index((numbervars), 3, quintus, quintus).
  123. index((statistics), 2, quintus, quintus).
  124. index((readln), 1, readln, readln).
  125. index((readln), 2, readln, readln).
  126. index((readln), 5, readln, readln).
  127. index((ls), 0, shell, shell).
  128. index((ls), 1, shell, shell).
  129. index((cd), 0, shell, shell).
  130. index((cd), 1, shell, shell).
  131. index((pushd), 0, shell, shell).
  132. index((pushd), 1, shell, shell).
  133. index((dirs), 0, shell, shell).
  134. index((pwd), 0, shell, shell).
  135. index((popd), 0, shell, shell).
  136. index((mv), 2, shell, shell).
  137. index((rm), 1, shell, shell).
  138. index((load_foreign_library), 1, shlib, shlib).
  139. index((load_foreign_library), 2, shlib, shlib).
  140. index((unload_foreign_library), 1, shlib, shlib).
  141. index((unload_foreign_library), 1, shlib, shlib).
  142. index((current_foreign_library), 2, shlib, shlib).
  143. index((reload_foreign_libraries), 0, shlib, shlib).
  144. index((lock_predicate), 2, swi_system_utilities, system).
  145. index((unlock_predicate), 2, swi_system_utilities, system).
  146. index((system_mode), 1, swi_system_utilities, system).
  147. index((system_module), 0, swi_system_utilities, system).
  148. index((lp), 1, toolkit, toolkit).
  149. index((llp), 1, toolkit, toolkit).
  150. index((lp_predicate), 1, toolkit, toolkit).
  151. index((print_toplevel_variables), 0, toplevel_variables, topvars).
  152. index((verbose_expansion), 1, toplevel_variables, topvars).
  153. index((tty_clear), 0, tty, tty).
  154. index((tty_flash), 0, tty, tty).
  155. index((tty_size), 2, tty, tty).
  156. index((menu), 3, tty, tty).
  157. index((whereis), 1, whereis, whereis).
  158.